73 WDT_A_hold(WDT_A_BASE);
77 MPY32_setOperandOne16Bit(
78 MPY32_MULTIPLY_UNSIGNED,
80 MPY32_setOperandTwo16Bit(
82 MPY32_setOperandOne16Bit(
83 MPY32_MULTIPLYACCUMULATE_UNSIGNED,
85 MPY32_setOperandTwo16Bit(
93 MPY32_enableSaturationMode();
97 MPY32_setOperandOne16Bit(
98 MPY32_MULTIPLYACCUMULATE_SIGNED,
102 MPY32_setOperandTwo16Bit(
113 Result = MPY32_getResult();
119 MPY32_disableSaturationMode();
122 __bis_SR_register(LPM4_bits);